home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / MODEM.H < prev    next >
Text File  |  1997-05-22  |  287b  |  19 lines

  1. /* modem.h */
  2.  
  3. #ifdef WIN32
  4. int WINAPI
  5. #else
  6. int PASCAL
  7. #endif
  8. WinMain(USE_INS, USE_INS, USE_PTR, int);
  9.  
  10. #ifdef WIN32
  11. LRESULT CALLBACK
  12. #else
  13. long FAR PASCAL
  14. #endif
  15. MainWndProc(HWND, UINT, WPARAM, LPARAM );
  16.  
  17. BOOL InitApplication(HANDLE);
  18. BOOL InitInstance(HANDLE, int);
  19.